-
Notifications
You must be signed in to change notification settings - Fork 8.2k
boards: Add the Nordic nRF5340 audio DK #49720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boards: Add the Nordic nRF5340 audio DK #49720
Conversation
243f6af to
cbc3486
Compare
Thalley
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@koffes Is the CI building anything for this board? In other words, are we in this PR testing that these board files are valid and an application can be built for the netcore and the appcore?
boards/arm/nrf5340_audio_dk_nrf5340/nrf5340_audio_dk_nrf5340_cpuapp_common.dts
Outdated
Show resolved
Hide resolved
125c8b1 to
cbc3486
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Squash into 1 commit
- This board does not build:
-- Found BOARD.dts: /tmp/aa/zephyr/boards/arm/nrf5340_audio_dk_nrf5340/nrf5340_audio_dk_nrf5340_cpuapp.dts
devicetree error: 'label' is marked as deprecated in 'properties:' in /tmp/aa/zephyr/dts/bindings/sdhc/zephyr,sdhc-spi-slot.yaml for node /soc/peripheral@50000000/spi@a000/sdhc@0.
-- In: /tmp/aa/zephyr/twister-out/nrf5340_audio_dk_nrf5340_cpuapp/samples/drivers/audio/dmic/sample.drivers.audio.dmic/zephyr
- Looks to be targeting an old version of zephyr, compare against the nrf5340dk board and update as needed:
warning: RPMSG_SERVICE_IPM_TX_NAME (defined at boards/arm/nrf5340_audio_dk_nrf5340/Kconfig.defconfig:96) defined without a type
warning: RPMSG_SERVICE_IPM_RX_NAME (defined at boards/arm/nrf5340_audio_dk_nrf5340/Kconfig.defconfig:100) defined without a type
cbc3486 to
b2c1000
Compare
boards/arm/nrf5340_audio_dk_nrf5340/nrf5340_audio_dk_nrf5340_cpuapp_common.dts
Outdated
Show resolved
Hide resolved
boards/arm/nrf5340_audio_dk_nrf5340/nrf5340_audio_dk_nrf5340_cpuapp_common.dts
Outdated
Show resolved
Hide resolved
boards/arm/nrf5340_audio_dk_nrf5340/nrf5340_audio_dk_nrf5340_cpuapp_common.dts
Outdated
Show resolved
Hide resolved
boards/arm/nrf5340_audio_dk_nrf5340/nrf5340_audio_dk_nrf5340_cpuapp_defconfig
Outdated
Show resolved
Hide resolved
boards/arm/nrf5340_audio_dk_nrf5340/nrf5340_audio_dk_nrf5340_cpuapp_defconfig
Outdated
Show resolved
Hide resolved
|
Thanks @nordicjm. I see that there are further changes which has been introduced to the boardfiles. I am going through the files one by one, comparing to nRF5340 DK. Will update this PR soon. |
09b8a6b to
ea62a7a
Compare
boards/arm/nrf5340_audio_dk_nrf5340/nrf5340_audio_dk_nrf5340_cpuapp_defconfig
Outdated
Show resolved
Hide resolved
boards/arm/nrf5340_audio_dk_nrf5340/nrf5340_audio_dk_nrf5340_cpunet_defconfig
Outdated
Show resolved
Hide resolved
ea62a7a to
f5087fa
Compare
Migration of boardfiles from sdk-nrf to Zephyr.
fixes #47296